home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / xbin / fix-copyright < prev    next >
Encoding:
Text File  |  1994-04-14  |  2.9 KB  |  79 lines

  1.  
  2. (tags-query-replace
  3. "(c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
  4. Copying of this file is authorized to users who have executed the true and
  5. proper \"License Agreement for Kyoto Common LISP\" with SIGLISP."
  6.  
  7. " Copyright (C) 1994 M. Hagiya, W. Schelter, T. Yuasa
  8.  
  9. This file is part of Austin Kyoto Common Lisp, herein referred to as AKCL
  10.  
  11. AKCL is free software; you can redistribute it and/or modify it under
  12. the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE as published by
  13. the Free Software Foundation; either version 2, or (at your option)
  14. any later version.
  15.  
  16. AKCL is distributed in the hope that it will be useful, but WITHOUT
  17. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  18. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  19. for more details.
  20.  
  21. You should have received a copy of the GNU library general public
  22. license along with AKCL; see the file COPYING.  If not, write to the
  23. Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  24. "
  25. )
  26.  
  27. (tags-query-replace ";; (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
  28. ;; Copying of this file is authorized to users who have executed the true and
  29. ;; proper \"License Agreement for Kyoto Common LISP\" with SIGLISP."
  30.  
  31. ";; Copyright (C) 1994 M. Hagiya, W. Schelter, T. Yuasa
  32.  
  33. ;; This file is part of Austin Kyoto Common Lisp, herein referred to as AKCL
  34. ;;
  35. ;; AKCL is free software; you can redistribute it and/or modify it under
  36. ;;  the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE as published by
  37. ;; the Free Software Foundation; either version 2, or (at your option)
  38. ;; any later version.
  39. ;; 
  40. ;; AKCL is distributed in the hope that it will be useful, but WITHOUT
  41. ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  42. ;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  43. ;; for more details.
  44. ;; 
  45. ;; You should have received a copy of the GNU Library General Public License 
  46. ;; along with AKCL; see the file COPYING.  If not, write to the Free Software
  47. ;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  48. "
  49. )
  50.  
  51.  
  52.  
  53. (tags-query-replace
  54. "\\`"
  55. "
  56. /*          Copyright (C) 1994 W. Schelter
  57.  
  58. This file is part of Austin Kyoto Common Lisp, herein referred to as AKCL
  59.  
  60. AKCL is free software; you can redistribute it and/or modify it under
  61. the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE as published by
  62. the Free Software Foundation; either version 2, or (at your option)
  63. any later version.
  64.  
  65. AKCL is distributed in the hope that it will be useful, but WITHOUT
  66. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  67. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  68. for more details.
  69.  
  70. You should have received a copy of the GNU library general public
  71. license along with AKCL; see the file COPYING.  If not, write to the
  72. Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  73. */
  74.  
  75. "
  76. )
  77.  
  78.  
  79.